home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d886.lha / TrackEd / Sources / History next >
Text File  |  1993-07-16  |  2KB  |  49 lines

  1.  
  2. History Track-reader.
  3.  
  4. 03-apr-92:  Started programming
  5.  
  6. 09-apr-93:  First sub-version, included track-reading and intuition and
  7.             keyboard interface.
  8.  
  9. 11-apr-93:  First running version with read & write and full menus
  10.             (Search and Load/Save functions not yet included)
  11.  
  12. 20-apr-93:  Added Load and Save with ASL-requester
  13.             Decided to make the program OS 2.0 only.
  14.             Included SimpleRequest for messages instead of puts()
  15.  
  16. 22-apr-93:  Now use V37 NewMenu to save memory for Menu-structures.
  17.  
  18. 27-apr-93:  Completed 'Search Number'.
  19.             Completed 'Search String' with three search-modes.
  20.  
  21. 28-apr-93:  Changed number of tracks to 160, instead of 80. Although this is
  22.             not consistent with the widely used 'X-Copy', it is more practical
  23.             to handle the upper and lower side of a track as two different
  24.             tracks.
  25.             Bug fixed: Search does not find something anymore on the first
  26.             track when you cancel the operation.
  27.             Added: showing error-message with explanation whenever a
  28.             trackdisk error occurs.
  29.             Diskbuffer is cleared before any reading. If a read-error occurs
  30.             at the first read, the buffer will not show garbage but zeroes.
  31.  
  32. 29-apr-93:  Bug found and exterminated; A Guru would appear when the mouse
  33.             was moved whilst releasing the menu-button. The message handling
  34.             was fixed to prevent this bug. (It took me four full hours to
  35.             find the source of this nightmare!)
  36.  
  37. 05-may-93:  Speeded Search up a bit by not having the drive's motor stopped
  38.             each time a sector is read.
  39.             Made Search-window more friendly: the string gadget is now
  40.             automatically activated.
  41.             Small bug fixed: if you gave an illegal string for number search,
  42.             Tracked would give you also the message 'data not found'. Now it
  43.             will only say 'error in input'.
  44.  
  45. 21-may-93:  Adapted menus in such a way that they will appear in the light
  46.             colour (usually white) when running under OS3.0, instead of the
  47.             dark (black) colour of OS2.0.
  48.  
  49.